Don't conditionally compile escaping strategies
authorAlex Crichton <alex@alexcrichton.com>
Mon, 29 Jun 2015 16:22:49 +0000 (09:22 -0700)
committerAlex Crichton <alex@alexcrichton.com>
Mon, 29 Jun 2015 16:22:49 +0000 (09:22 -0700)
commit8b378da13a8cb9c17c37491cea3acdbbd1e62c48
treef4ae0772cedc7ebff5ee8ad25167b02b20646ec7
parentf9b18f7f055f9c4bf8506518c82f6c180ce7e6fe
Don't conditionally compile escaping strategies

Compile them both in and select at runtime.
src/cargo/util/process_builder.rs
src/cargo/util/shell_escape.rs